Skip to main content

Withdrawn by Applicant

POST /api/v{version}/FixedDeposit/accounts/{accountId}/withdrawn-by-applicant

Description

This endpoint allows an applicant to withdraw funds from a fixed deposit account. The request must include the account ID and the API version. The withdrawal process will be initiated based on the details provided.

Parameters

  • accountId (integer, path, required): The ID of the fixed deposit account from which the funds will be withdrawn.
  • version (string, path, required): The version of the API.
  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Responses

  • 200 OK
    • Description: Success
    • Media type: Controls Accept header.

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v{version}/FixedDeposit/accounts/{accountId}/withdrawn-by-applicant \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!